home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Japanese Resources / Standard Includes_J / Content < prev    next >
Encoding:
Text File  |  1995-04-10  |  2.6 KB  |  89 lines  |  [TEXT/ttxt]

  1. ######################################################################
  2. #                                                            
  3. #        File:          Content                
  4. #                                                            
  5. #        Contains:      Guide Script commands that define the content of
  6. #                 your guide file.
  7. #
  8. ######################################################################
  9.  
  10. ######################################################################
  11. #    How To Use This File
  12. ######################################################################
  13.  
  14. # This file will contain the actual text that appears on your guide
  15. # file's panels.  (As your guide file grows, it may be helpful to break
  16. # this file into several smaller files).
  17.  
  18. # This file is part a set of files that you will compile to create your
  19. # guide file.  You will also need:
  20. #
  21. # • Build File       - a file that points to all of the related source 
  22. #                      files that define your guide file.
  23. #
  24. # • Standard Setup   - a file that contains the Guide Script commands 
  25. #                      needed to setup a guide file that follows the 
  26. #                      Apple Guide HI guidelines.  
  27. #
  28. #    To use this file:
  29. #
  30. #  1.  Edit this file to define the content of your guide file.
  31. #
  32. #  2.  The Build File already points to the Standard Setup and Content 
  33. #      files.  If you break your content into several smaller files, 
  34. #      you must add <Include> commands to also point to them.
  35. #
  36. #  3.  Use the Guide Maker Build utility to compile the Build file.
  37.  
  38.  
  39.  
  40. ######################################################################
  41. #    Access Window Content - Example Topic Area Definitions
  42. ######################################################################
  43.  
  44. <Topic Area> "ÉgÉsÉbÉNÉGÉäÉAÅ@ÉTÉìÉvÉã"
  45. <Header> "ǫǧÇ∑ÇÍnjǢǢÇÃÅH"
  46. <Topic> "...Ç…ÇÕÅAǫǧÇ∑ÇÍnjǢǢÇÃÅH", "ÉVÅ[ÉPÉìÉXǡǃâΩÇæÇÎǧǩÅH"
  47.  
  48.  
  49.  
  50. ######################################################################
  51. #    Access Window Content - Example Index Term Definitions
  52. ######################################################################
  53.  
  54. <Index> "ÉVÅ[ÉPÉìÉX"
  55. <Header> "íËã`"
  56. <Topic> "íËã`", "ÉVÅ[ÉPÉìÉXǡǃâΩÇæÇÎǧǩÅH"
  57.  
  58.  
  59.  
  60. ######################################################################
  61. #    Panel Content - Example Sequence & Panel Definitions
  62. ######################################################################
  63.  
  64. <Define Sequence> "ÉVÅ[ÉPÉìÉXǡǃâΩÇæÇÎǧǩÅH"
  65. <Panel> "ÉpÉlÉãî‘çÜÅ@ÇP"
  66. <Panel> "ÉpÉlÉãî‘çÜÅ@2"
  67. <End Sequence> 
  68.  
  69.  
  70.  
  71. <Define Panel> "ÉpÉlÉãî‘çÜÅ@ÇP"
  72. DZÇÍÇÕÅAÉTÉìÉvÉãÇÃÉpÉlÉãÇ≈Ç∑ÅB 
  73.  
  74. ÉvÉçÉìÉvÉgÇÃê›íËǻǫÇçsǡǃÇ≠ÇæÇ≥Ç¢ÅB
  75. <End Panel>
  76.  
  77.  
  78. <Define Panel> "ÉpÉlÉãî‘çÜÅ@2"
  79. <Format> "Tag"
  80. ëÄçÏ
  81. <Format> "Body"
  82. DZÇÃÉpÉlÉãÇÕÅA"Tag"ÇΔ"Body"ÇÃÉtÉHÅ[É}ÉbÉgÇÃê‡ñæÇǵǃǢNjÇ∑ÅB
  83.  
  84. <End Panel>
  85.  
  86.  
  87.  
  88.  
  89.